runtime.specialsIter.s (field)
14 uses
runtime (current package)
mgcsweep.go#L557: objIndex := siter.s.offset / size
mgcsweep.go#L565: for tmp := siter.s; tmp != nil && tmp.offset < endOffset; tmp = tmp.next {
mgcsweep.go#L577: for siter.valid() && siter.s.offset < endOffset {
mgcsweep.go#L580: special := siter.s
mgcsweep.go#L593: for siter.valid() && siter.s.offset < endOffset {
mgcsweep.go#L596: special := siter.s
mgcsweep.go#L604: if siter.s.kind == _KindSpecialReachable {
mheap.go#L2753: s *special
mheap.go#L2761: return i.s != nil
mheap.go#L2765: i.pprev = &i.s.next
mheap.go#L2766: i.s = *i.pprev
mheap.go#L2772: cur := i.s
mheap.go#L2773: i.s = cur.next
mheap.go#L2774: *i.pprev = i.s
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |